From: Chong Yidong Date: Wed, 13 Jun 2007 17:33:52 +0000 (+0000) Subject: Link to xaw3d if available. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18424 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4f6060846a1015e3f96ed86996cff185fb569fe;p=emacs.git Link to xaw3d if available. --- diff --git a/src/xmenu.c b/src/xmenu.c index da897396d75..6d9278e3c54 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -82,7 +82,11 @@ Boston, MA 02110-1301, USA. */ #include #include #ifdef USE_LUCID +#ifdef HAVE_XAW3D +#include +#else /* !HAVE_XAW3D */ #include +#endif /* HAVE_XAW3D */ #endif /* USE_LUCID */ #include "../lwlib/lwlib.h" #else /* not USE_X_TOOLKIT */